home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games Special 4 / THE BEST OF SELECT Games Special 4 (Select CD-ROM)(1996).iso / win95 / nethck31 / nethack.cnf < prev    next >
Text File  |  1993-03-18  |  3KB  |  89 lines

  1. # NetHack.cnf file for Windows NT
  2. # A '#' at the beginning of a line means the rest of the line is a comment.
  3. #
  4. # To change the configuration, comment out the unwanted lines, and
  5. # uncomment the configuration you want.
  6.  
  7.  
  8. # *** OPTIONS ***
  9. #
  10. # Some options to set personal preferences.  Uncomment and change these to
  11. # suit your personal preference.  If several people are to use the same
  12. # configuration, options like these should not be set.
  13. #
  14. #OPTIONS=name:Janet-V,female,dogname:Fido,catname:Morris,fruit:apricot
  15. #OPTIONS=packorder:")[%?+/=!(*0_`,scores:10 top/2 around/own
  16. #
  17. #
  18. # Other general options.  You might also set "silent" so as not to attract
  19. # the boss's attention.
  20. #
  21. OPTIONS=time,rest_on_space,noautopickup,number_pad
  22.  
  23.  
  24. # *** HARD DISK CONFIGURATION ***
  25. #
  26. HACKDIR=c:\games\nethack
  27. #
  28. #   LEVELS and SAVE default to HACKDIR
  29. #
  30. #LEVELS=c:\games\nethack\bones
  31. #SAVE=c:\games\nethack\bones;n
  32. #
  33. #   appending a ";n" to SAVE means don't prompt to insert a disk.
  34. SAVE=;n
  35. #
  36. # *** CHARACTER GRAPHICS ***
  37. #
  38. # The 69 GRAPHICS characters (0-68) are:
  39. #
  40. # stone,
  41. # walls: vertical, horizontal,
  42. #     4 corners: top left, top right, bottom left, bottom right,
  43. #     cross wall,
  44. #     4 T walls: upward, downward, left, right,
  45. # doors: no door,
  46. #     open doors: vertical, horizontal,
  47. #     closed doors: vertical, horizontal,
  48. # floor,
  49. # corridors: unlit, lit,
  50. # stairs up, stairs down, ladder up, ladder down,
  51. # trap, web, altar, throne, sink, fountain, pool/moat, ice, lava,
  52. # lowered drawbridge: vertical, horizontal,
  53. # raised drawbridge: vertical, horizontal,
  54. # air, cloud, water,
  55. # 4 beams: vertical, horizontal, left slant, right slant,
  56. # digging beam, camera flash beam, left boomerang, right boomerang,
  57. # 4 magic shield display symbols,
  58. # 8 swallowed: top left/middle/right, mid left/right, bottom left/mid/right,
  59. # 9 explosion: [3 rows (top, middle, bottom) of 3 characters]
  60. #
  61. # If you specify fewer that 69 ASCII values, the remaining characters will be
  62. # set to their respective defaults:
  63. #       ' '  |   -   -   -   -   -   -   -   -
  64. #           |   |   .   -   |   +   +   .   #   #
  65. #        <   >   <   >   ^   "   _   \   #   {
  66. #        }   .   }   .   .   #   #  ' '  #   }
  67. #        |   -   \   /   *   !   )   (   0   #
  68. #        @   *   /   -   \   |   |   \   -   /
  69. #        /   -   \   |  ' '  |   \   -   /
  70. #
  71. #
  72. # An example using the IBM graphics character set:
  73. GRAPHICS= 032 186 205 201 187 200 188 206 202 203 \
  74.        185 204 249 239 239 254 254 249 177 177 \
  75.        060 062 060 062 094 034 095 092 035 244 \
  76.        247 249 247 042 042 179 196 046 035 247 \
  77.        179 196 092 047 042 033 041 040 048 035 \
  78.        064 042 047 045 092 058 058 092 045 047 \
  79.        047 045 092 058 032 058 092 045 047
  80.  
  81. # An alternative:
  82. #GRAPHICS= 032 179 196 218 191 192 217 197 193 194 \
  83. #       180 195 249 239 239 254 254 249 177 177 \
  84. #       060 062 060 062 094 157 220 190 035 244 \
  85. #       247 249 247 042 042 186 205 046 035 247 \
  86. #       179 196 092 047 042 033 041 040 048 035 \
  87. #       064 042 047 045 092 058 058 092 045 047 \
  88. #       047 045 092 058 032 058 092 045 047
  89.